home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1997 #1
/
Amiga Plus CD - 1997 - No. 01.iso
/
pd
/
programmierung
/
quickautodocks
/
gadtools.doc
< prev
next >
Wrap
Text File
|
1992-09-03
|
3KB
|
99 lines
gadtools.library quick autodocs
NAME : CreateContext
FUNCTION : create a place for GadTools context data
SYNOPSIS : gad = CreateContext(glistpointer)
D0 -114 A0
NAME : CreateGadgetA
FUNCTION : allocate and initialize a gadtools gadget
SYNOPSIS : gad=CreateGadgetA(kind,previous,newgad,tagList)
D0 -30 D0 A0 A1 A2
NAME : CreateMenusA
FUNCTION : allocate and fill out a menu structure
SYNOPSIS : menu=CreateMenusA(newmenu,tagList)
D0 -48 A0 A1
NAME : DrawBevelBoxA
FUNCTION : draw a bevelled box
SYNOPSIS : DrawBevelBoxA(rport,left,top,width,height,tagList)
-120 A0 D0 D1 D2 D3 A1
NAME : FreeGadgets
FUNCTION : free a linked list of gadgets
SYNOPSIS : FreeGadgets(glist)
-36 A0
NAME : FreeMenus
FUNCTION : frees memory allocated by CreateMenusA()
SYNOPSIS : FreeMenus(menu)
-54 A0
NAME : FreeVisualInfo
FUNCTION : return any resources taken by GetVisualInfo
SYNOPSIS : FreeVisualInfo(vi)
-132 A0
NAME : GetVisualInfoA
FUNCTION : get information GadTools needs for visuals
SYNOPSIS : vi=GetVisualInfoA(screen,tagList)
D0 -126 A0 A1
NAME : GT_BeginRefresh
FUNCTION : begin refreshing friendly to GadTools
SYNOPSIS : GT_BeginRefresh(win)
-90 A0
NAME : GT_EndRefresh
FUNCTION : end refreshing friendly to GadTools
SYNOPSIS : GT_EndRefresh(win,complete)
-96 A0 D0
NAME : GT_FilterIMsg
FUNCTION : filter an IntuiMessage through GadTools
SYNOPSIS : modimsg=GT_FilterIMsg(imsg)
D0 -102 A1
NAME : GT_GetGadgetAttrsA
FUNCTION : request the attributes of a GadTools gadget
SYNOPSIS : numProcessed=GT_GetGadgetAttrsA(gad,win,req,taglist)
-174 A0 A1 A2 A3
NAME : GT_GetIMsg
FUNCTION : get an IntuiMessage, with GadTools processing
SYNOPSIS : imsg=GT_GetIMsg(intuiport)
D0 -72 A0
NAME : GT_PostFilterIMsg
FUNCTION : return the unfiltered message after GT_FilterIMsg() was
called,and clean up
SYNOPSIS : imsg=GT_PostFilterIMsg(modimsg)
D0 -108 A1
NAME : GT_RefreshWindow
FUNCTION : refresh all GadTools gadgets in a window
SYNOPSIS : GT_RefreshWindow(win,req)
-84 A0 A1
NAME : GT_ReplyIMsg
FUNCTION : reply a message obtained with GT_GetIMsg()
SYNOPSIS : GT_ReplyIMsg(imsg)
-78 A1
NAME : GT_SetGadgetAttrsA
FUNCTION : change the attributes of a GadTools gadget
SYNOPSIS : GT_SetGadgetAttrsA(gad,win,req,tagList)
-42 A0 A1 A2 A3
NAME : LayoutMenuItemsA
FUNCTION : position all the menu items
SYNOPSIS : success=LayoutMenuItemsA(menuitem,vi,tagList)
D0 -60 A0 A1 A2
NAME : LayoutMenusA
FUNCTION : position all the menus and menu items
SYNOPSIS : success=LayoutMenusA(menu,vi,tagList)
D0 -66 A0 A1 A2